home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / mewin.arc / AZBMAP.CMD next >
OS/2 REXX Batch file  |  1991-03-12  |  563b  |  28 lines

  1. ;    AZMAP.CMD:    MicroEMACS Macro file
  2. ;            to translate an AZTEC C .SYM map file into
  3. ;            the form needed to read it into ADDSYMS
  4. ;            to be used with Pheonix's PFIX plus (C) debugger
  5. ;
  6. ;            written 6/5/86 by Daniel Lawrence
  7.  
  8. beginning-of-file
  9. newline
  10. previous-line
  11. ;replace-string "~n" "~n 0000:"
  12. ;beginning-of-line
  13. ;kill-to-end-of-line
  14. end-of-file
  15. newline
  16. newline
  17. newline
  18. beginning-of-file
  19. newline
  20. insert-string "  Address         Publics by Name"
  21. newline
  22. set-mark
  23. end-of-file
  24. case-region-upper
  25. beginning-of-file
  26. replace-string "_~n" "~n"
  27.  
  28.